Calling this method will re-load a search result that was previously saved by either calling SaveAnswer or by the user selecting File > Save Search Results from the menu.
Sub(FileName)
AnswerFile = OpenDialog("search.ans", "ISYS answer files (*.ans)|*.ans") If AnswerFile <> "" Then App.ActiveTab.LoadAnswer AnswerFile End If